Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change interface to add support of psr/http-message:2.0 #237

Merged
merged 4 commits into from
Jun 24, 2024

Conversation

AleksandrCherepanov
Copy link
Contributor

No description provided.

composer.json Outdated
@@ -38,7 +38,7 @@
"ext-json": "*",
"ext-libxml": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.1"
"psr/http-message": "^2.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests seem to pass with 1.1 too, maybe relax to "^1.1 | ^2.0"?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, sorry for the delay. Seems reasonable, added

@akrabat akrabat added this to the 1.4.0 milestone Jun 19, 2024
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling bc7727e on AleksandrCherepanov:update-psr/http-message
into 84db3b4 on slimphp:master.

The composer.lock doesn't work for PHP 8.0, so rather than use the lock
file, do a composer update.
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling f101485 on AleksandrCherepanov:update-psr/http-message
into 84db3b4 on slimphp:master.

@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling a676961 on AleksandrCherepanov:update-psr/http-message
into 84db3b4 on slimphp:master.

@akrabat akrabat merged commit a8def7b into slimphp:master Jun 24, 2024
5 checks passed
@akrabat
Copy link
Member

akrabat commented Jun 24, 2024

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants